runtime.traceStringTable.buf (field)
6 uses
runtime (current package)
tracestring.go#L20: buf *traceBuf // string batches to write out to the trace.
tracestring.go#L65: w := unsafeTraceWriter(gen, t.buf)
tracestring.go#L82: t.buf = w.traceBuf
tracestring.go#L91: if t.buf != nil {
tracestring.go#L94: traceBufFlush(t.buf, gen)
tracestring.go#L97: t.buf = nil
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |